cURL
curl --request PUT \ --url https://api.getmaxim.ai/v1/prompt-partials \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data ' { "workspaceId": "<string>", "id": "<string>", "name": "<string>", "description": "<string>", "folderId": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "workspaceId": "<string>", "accountId": "<string>", "folderId": "<string>", "createdById": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>" } }
Update an existing prompt partial
API key for authentication
Unique identifier for the workspace
Unique identifier for the prompt partial
Name of the prompt partial
Description of the prompt partial
Unique identifier for the folder
Prompt partial updated successfully
Show child attributes
Was this page helpful?